home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / delicious_bookmarks-2.0.64-fx.xpi / chrome / deliciousBookmarks.jar / skin / menuitemHeader.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-06-19  |  428 b   |  23 lines

  1. .label-link {
  2.   color             : blue;
  3.   text-decoration   : underline;
  4.   border            : 1px solid transparent;
  5. }
  6.   
  7. .label-link:hover:active {
  8.   color                 : red;
  9. }
  10.  
  11. .label-link[disabled="true"] {
  12.   text-decoration   : none;
  13. }
  14.  
  15. .separator {
  16.   min-height: 1em;
  17.   margin : 2px 0.2em;
  18.   border-right : 1px solid ThreeDHighlight;
  19.   border-left : 1px solid ThreeDShadow;
  20.   width : 2px;
  21. }  
  22.  
  23.